home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_78050.txt < prev    next >
Text File  |  1989-09-06  |  2KB  |  81 lines

  1. -- card: 78050 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=201 top=147 right=164 bottom=219
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   setCrossReference
  23.   go to card id 69093
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 3 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=435 top=148 right=165 bottom=453
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   setCrossReference
  44.   go to card id 69093
  45. end mouseUp
  46.  
  47.  
  48.  
  49.  
  50. -- part contents for background part 1
  51. ----- text -----
  52. divide <destination> by <source>
  53.  
  54. Divides the number in the destination by the number in the source.  Puts the answer in the destination.  The destination* must be a container, and the source* can be a container, a calculated expression, or just a number.  Divide A by B is the same as Put A/B into A.  
  55.  
  56.  
  57. Divide total by 5    
  58. Put principle into field monthly payment
  59. Divide field monthly payment by years*12
  60.  
  61.  
  62. -- part contents for background part 2
  63. ----- text -----
  64. Divide
  65.  
  66. -- part contents for background part 44
  67. ----- text -----
  68. Form
  69.  
  70. What it does
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. Examples
  78.  
  79. -- part contents for background part 43
  80. ----- text -----
  81. 337,122